Executes a DOS command in a hidden command window.
#include <Process.au3>
_RunDOS( $sCommand )
Parameters
$sCommand | Command to execute |
Return Value
Success: | Returns the exit code of the command |
Failure: | Depends on RunErrorsFatal setting |
Remarks
None.
Related
None.
Example
#include <Process.au3>
$rc = _RunDos("start Http://www.autoitscript.com")